MixerDevice
(Property)
Purpose: Returns and sets the current Mixer devices ID.
Syntax:
IntVar = CtlName.MixerDevice
CtlName.MixerDevice = IntVar
Arguments: None.
Example:
'Change Mixer device
SoundCard1.MixerDevice =
SoundCard1.MixerNumOfDevices
'Open Mixer
SoundCard1.MixerOpen
'Set
MIDI-Volume
SoundCard1.MIDIVolume = 30000
'Close
Mixer
SoundCard1.MixerClose
'Show Current Mixer device in the Debug
Window
Debug.Print
SoundCard1.MixerDevice
Comments: The SoundCard control will ignore attempts to set MixerDevice to values out of range.
See Also: